home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
07
/
8
/
DISK0782.ZIP
/
GT1500_1.LZH
/
BITX.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-06-08
|
469b
|
19 lines
rem Batch file for BIMODEM
rem
c:\gt\gtbimod %1 %2 c:\gt\bimod\
if errorlevel 4 goto mail
if errorlevel 3 goto host
if errorlevel 2 goto term
goto end
:term
c:\gt\bimod\bipath c:\gt\bimod\bimodem.pth
if errorlevel 1 goto end
c:\gt\bimod\bibat c:\gt\bimod\bimodem.cfg
if errorlevel 1 goto end
:mail
c:\gt\bimod\bimodem /R /P c:\gt\bimod\bimodem.pth /C c:\gt\bimod\bimodem.cfg
goto end
:host
c:\gt\bimod\bimodem /R /C c:\gt\bimod\bimodem.cfg
:end